home *** CD-ROM | disk | FTP | other *** search
/ cyber.net interactivo 1997 April / inter@ivo 1997-04.iso / cybint15 / bin / gforum.dxr / 00047.ls < prev    next >
Encoding:
Text File  |  1997-04-01  |  137 b   |  11 lines

  1. on exitFrame
  2.   global ecr
  3.   if ecr = "cc" then
  4.     go(1, "cc")
  5.   else
  6.     if ecr = "aa" then
  7.       go(1, "main")
  8.     end if
  9.   end if
  10. end
  11.